home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / graphics / layers.txt < prev    next >
Text File  |  1992-09-02  |  782b  |  33 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:graphics/layers.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST LAYERSIMPLE=1,
  6.       LAYERSMART=2,
  7.       LAYERSUPER=4,
  8.       LAYERUPDATING=16,
  9.       LAYERBACKDROP=$40,
  10.       LAYERREFRESH=$80,
  11.       LAYER_CLIPRECTS_LOST=$100,
  12.       LMN_REGION=-1
  13.  
  14. (---) OBJECT info
  15. (  0)   top_layer:LONG
  16. (  4)   check_lp:LONG
  17. (  8)   obs:LONG
  18. ( 12)   freecliprects:substructure
  19. ( 24)   lock:substructure
  20. ( 70)   gs_head:substructure
  21. ( 84)   long_reserved:LONG
  22. ( 88)   flags:INT
  23. ( 90)   fatten_count:CHAR
  24. ( 91)   locklayerscount:CHAR
  25. ( 92)   layerinfo_extra_size:INT
  26. ( 94)   blitbuff:LONG
  27. ( 98)   layerinfo_extra:LONG
  28. (---) ENDOBJECT     /* SIZEOF=102 */
  29.  
  30. CONST NEWLAYERINFO_CALLED=1,
  31.       ALERTLAYERSNOMEM=$83010000
  32.  
  33.